DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / SetSimpleMasking Method / SetSimpleMasking(Int32[],MaskMode) Method

Frame numbers of the frames for subtraction

The subtraction mode to use






    SetSimpleMasking(Int32[],MaskMode) Method
    Sets an int array as frame numbers of the mask frames for subtraction
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetSimpleMasking( _
       ByVal Frames() As System.Integer, _
       ByVal mode As MaskMode _
    ) 
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim Frames() As System.Integer
    Dim mode As MaskMode
     
    instance.SetSimpleMasking(Frames, mode)

    Parameters

    Frames

    Frame numbers of the frames for subtraction

    mode
    The subtraction mode to use
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also